home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / em7sui_1 / POSTERTE.WR_ / POSTERTE.WR
Text File  |  1998-11-30  |  753b  |  35 lines

  1. #VRML V2.0 utf8
  2.  
  3. # Copyright Electrohouse 1998
  4.  
  5. # This file may not be copied, modified or distributed
  6. # in any way which violates the ProtoPak licensing 
  7. # agreement established by Electrohouse.  
  8.  
  9. EXTERNPROTO em7_Poster [
  10.     field SFFloat width
  11.     field SFFloat height
  12.     field SFFloat xRepeat
  13.     field SFFloat yRepeat
  14.     field SFBool onlyFrontVisible
  15.     exposedField MFString url
  16.     exposedField SFColor backgroundColor
  17.     eventIn SFFloat set_width
  18.     eventIn SFFloat set_height
  19.     eventIn SFFloat set_xRepeat
  20.     eventIn SFFloat set_yRepeat
  21. ] "..\VR_NAV.wrl#em7_Poster"
  22.  
  23. Transform {
  24.     translation -2.5 -3.5 0
  25.     children [
  26.         em7_Poster {
  27.             width 3
  28.             height 1.5
  29.             xRepeat 1
  30.             yRepeat 1
  31.             onlyFrontVisible TRUE
  32.             url "grass.jpg"
  33.         }
  34.     ]
  35. }